Click or drag to resize

ServiceGetUserPhoto Method

Gets the user photo.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetUserPhotoResponse GetUserPhoto(
	string emailAddress,
	UserPhotoSizeType type
)

Parameters

emailAddress
Type: SystemString
The email address.
type
Type: Independentsoft.ExchangeUserPhotoSizeType
The type.

Return Value

Type: GetUserPhotoResponse
GetUserPhotoResponse.
See Also